@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#666;
}
:-moz-placeholder {
    color:#666;
    opacity:1;
}
::-moz-placeholder {
    color:#666;
    opacity:1;
}
:-ms-input-placeholder{
    color:#666;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibri.woff') format('woff'),
    url('../fonts/calibri.ttf') format('truetype'),
    url('../fonts/calibri.svg#minijianyaya') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family:"微软雅黑;";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.container1 {
    width: 1188px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    top: 0;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:77px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 26px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.nation{
    float: right;
    margin-top: 43px;
}
.nation  a{
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #5fb20d;
    border-radius: 180px;
    color: #5fb20d;
    text-align: center;
    font-weight: bold;
}
.nation a:hover{
    border: 1px solid #5fb20d;
    background-color: #5fb20d;
    color: #fff;
}
.navdaohang {
	float:right;
    margin-top: 35px;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:49px;
    z-index: 9;
    position:static;
}
.menupc li:hover a{
    font-weight: bold;
}
.menupc li a{
    display:block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 25px;
    border-radius: 25px;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    position:absolute;
    top:45px;
    bottom:0;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 5px;
    border-radius: 25px;
    background-color: #5fb20d;
    margin:0 auto;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li a:hover:after{
    width:37px;
}
.menupc li a:hover{
    color: #5fb20d;
    font-weight: bold;
}
.menupc li .current{
    color: #5fb20d;
    font-weight: bold;
}
.menupc li .current:after{
    width:37px;
}
.prostyle{
    overflow:hidden;
    position: absolute;
    display:none;
    left: 0;
    z-index: 999;
    width:100%;
    padding-top: 20px;
}
.prostyle a{
    display:block;
    float:left;
    font-weight: normal !important;
    color:#bbb !important;
    padding: 0 18px !important;
    font-size:15px !important;
    line-height:30px;
    position: static;
}
.prostyle a:hover{
    color:#fff;
}
.menupc li:hover .prostyle a:hover{
    color:#fff !important;
}
.menupc li:hover .prostyle a:hover:after{
    display: none;
}
.menupc ul.subnav {
    display: block;
}
.prostyle1{
    padding-left: 28%;
}
.prostyle2{
    padding-left: 8%;
}
.prostyle2 a{
    padding: 0 20px 0 0 !important;
}
.prostyle3{
    padding-left: 35%;
}
.prostyle4{
    padding-left: 50%;
}


/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
    .yx a{
        padding-top: 12px;
    }
    .yx img{
        height: 36px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .nation{
        margin: 14px 50px 0 0;
    }
}



/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.pcban{
    display: block !important;
}
.mban{
    display: none !important;
}
.home-banner .swiper-container .swiper-pagination{
    display: none;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 4px;
    border-radius: 0px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #5fb20d;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: none;
    font-size: 60px;
    color: rgba(255,255,255,0.5);
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    color: rgba(255,255,255,1);
}
.home-banner .swiper-button-prev{
    left: 2%;
    right: auto;
    transform: rotateY(-180deg);
}
.home-banner .swiper-button-next{
    right: 2%;
    left: auto;
}

.banner-info {
    position: absolute;
    top: 33%;
    width: 100%;
    z-index: 9;
    text-align: justify;
}
.banner-info .container1{
    position: relative;
}
.banner-infos{
    position: absolute;
    right: 5%;
}
.bt {
    text-transform: uppercase;
    color: #ddd;
}
.jsh {
    font-size: 40px;
    font-weight: bold;
    margin: 5px 0 35px 0;
}
.jsh .p1{
    color: #fff;
}
.jsh .p2{
    color: #a5cf4a;
}
.jsh .p3{
    color: #5fb20d;
}
.clj a{
    display: inline-block;
    font-size: 16px;
    width: 178px;
    line-height: 53px;
    border: 1px solid #aed345;
    border-radius: 25px;
    color: #fff;
    text-align: center;
}
.clj a:nth-child(1){
    background-color: #5fb20d;
    margin-right: 30px;
}
.home-banner .swiper-slide-active .bt {
    -webkit-animation: 1.5s myfirst1 alternate;
    animation: 1.5s myfirst1 alternate;
    position: relative
}
.home-banner .swiper-slide-active .jsh {
    -webkit-animation: 2.0s myfirst2 alternate;
    animation: 2.0s myfirst2 alternate;
    position: relative
}
.home-banner .swiper-slide-active .clj {
    -webkit-animation: 2.5s myfirst3 alternate;
    animation: 2.5s myfirst3 alternate;
    position: relative
}

@-webkit-keyframes myfirst1 {
    0% {
        top: -100px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
@keyframes myfirst1 {
    0% {
        top: -100px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}
@-webkit-keyframes myfirst2 {
    0% {
        bottom: -100px;
        opacity: 0
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}
@keyframes myfirst2 {
    0% {
        bottom: -100px;
        opacity: 0
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}
@-webkit-keyframes myfirst3 {
    0% {
        right: -100px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}
@keyframes myfirst3 {
    0% {
        right: -100px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}




footer{
    width: 100%;
    margin: 0 auto;
    background-color: #2f2f2f;
    overflow: hidden;
}
.footer2{
    background: url("../images/line.jpg") repeat-x top center;
    padding: 20px 0;
    overflow: hidden;
}
.footer2 p{
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #999;
}
.footer2 p a{
    font-size: 12px;
    color: #999;
}
.footer2 p a:hover{
    color: #5fb20d;
}
.footer1{
    padding: 45px 0;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 70%;
}
.footer1_fl li{
    float: left;
    width: 18%;
    border-right: 1px solid #3a3939;
    height: 222px;
}
.footer1_fl li:nth-child(2){
    width: 48%;
    margin: 0 8%;
}
.footer1_fl li a{
    display: block;
    font-size: 18px;
    color: #ccc;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 20px;
}
.menulist li{
    height: 25px;
    line-height: 25px;
    float: none;
    width: 100% !important;
    margin: 0 !important;
    border-right: none;
}
.menulist li a{
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    background: url("../images/jt.png") no-repeat left center;
    padding-left: 14px;
}
.menulist li a:hover{
    color: #5fb20d;
}
.menulist dl{
    overflow: hidden;
}
.menulist dl dd{
    line-height: 25px;
    float: left;
    width: 50%;
    border-right: none;
}
.menulist dl dd a{
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    background: url("../images/jt.png") no-repeat left center;
    padding-left: 14px;
}
.footer1_fr{
    float: right;
    width: 25%;
}
.footer1_fr h3{
    font-size: 18px;
    color: #ccc;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer1_fr p{
    color: #ccc;
    line-height: 25px;
}
.footer1_fr p span{
    color: #fff;
    font-size: 16px;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}
.footer1_fr h2{
    text-align: center;
    font-size: 18px;
    color: #ccc;
    font-weight: bold;
}

.home-workshop{
    width: 100%;
    margin: 45px auto 35px auto;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4px;
    text-indent: 4px;
    margin-bottom: 15px;
}
.index_title p{
    font-size: 16px;
    color: #999;
}
.workshop_con{
    position: relative;
}
.workshop_con .swiper-slide{
    display: initial;
}
.workshops a{
    display:block;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    margin-top: 25px;
}
.workshops a .pic:after{
    padding-bottom: 64.6%;
}
.workshops a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.workshop_txt{
    text-align: center;
    padding: 20px 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workshop_con .swiper-button-next1, .workshop_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #dfdfdf;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 180px;
}
.workshop_con .swiper-button-next1:hover ,.workshop_con .swiper-button-prev1:hover{
    background: #5fb20d;
}
.workshop_con .swiper-button-prev1{
    left: -78px;
    right: auto;
    transform: rotateY(-180deg);
}
.workshop_con .swiper-button-next1{
    right: -78px;
    left: auto;
}

.home-pro{
    width: 100%;
    margin: 35px auto 100px auto;
}
.pro_nav{
    margin-top: 28px;
}
.pro_nav ul{
    display: flex;
    justify-content: center;
}
.pro_nav li{
    margin: 0 15px;
}
.pro_nav li a {
    display: block;
    position: relative;
    background-color: #eee;
    line-height: 52px;
    width: 230px;
    font-size: 16px;
    color: #5fb20d;
    text-align: center;
    border-radius: 5px;
}
.pro_nav li a:after{
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #5fb20d;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.pro_nav li a i{
    display: inline-block;
    color: #5fb20d;
    vertical-align: middle;
    margin-right: 15px;

}
.pro_nav li a i.icon-jixiediandonggongjumechanical-daqiege{
    font-size: 24px;
}
.pro_nav li a i.icon-GIS-tulitucengicon_shuiyuanjing{
    font-size: 36px;
}
.pro_nav li a i.icon-jixiediandonggongjumechanical-gecaoji{
    font-size: 30px;
}
.pro_nav li a:hover{
    background-color: #5fb20d;
    color: #fff;
}
.pro_nav li a:hover:after{
    display: block;
}
.pro_nav li a:hover i{
    color: #fff;
}
.pro_nav li a.active{
    background-color: #5fb20d;
    color: #fff;
}
.pro_nav li a.active:after{
    display: block;
}
.pro_nav li a.active i{
    color: #fff;
}
.pro_con{
    margin-top: 20px;
    position: relative;
}
.pro_con .swiper-slide{
    display: initial;
}
.pros a{
    display:block;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pros a .pic:after{
    padding-bottom: 100%
}
.pros a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_txt{
    text-align: center;
    margin: 20px 0;
}
.pro_txt h3{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pros a:hover .pro_txt h3{
    color: #5fb20d;
}
.pro_con .swiper-button-next2, .pro_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #dfdfdf;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 180px;
}
.pro_con .swiper-button-next2:hover ,.pro_con .swiper-button-prev2:hover{
    background: #5fb20d;
}
.pro_con .swiper-button-prev2{
    left: -78px;
    right: auto;
    transform: rotateY(-180deg);
}
.pro_con .swiper-button-next2{
    right: -78px;
    left: auto;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat center;
    background-size: cover;
    min-height: 528px;
    padding-bottom: 44px;
}
.about_fl{
    float: left;
    width: 52%;
    padding-top: 85px;
    position: relative;
}
.about_fl:before{
    content: '';
    width: 1px;
    height: 85px;
    position: absolute;
    top: 0;
    left: 26.5px;
    background-color: #fff;
}
.about_title{
    padding-left: 70px;
    text-transform: uppercase;
    position: relative;
}
.about_title p{
    font-size: 24px;
    color: #aed44b;
    line-height: 1;
}
.about_title h3{
    color: #e7f6d3;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0;
}
.about_title:before{
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}
.a1:before{
    background: url("../images/a1.png") no-repeat center;
}
.a2:before{
    background: url("../images/a2.png") no-repeat center;
}
.a3:before{
    background: url("../images/a3.png") no-repeat center;
}
.about_fl_con{
    color: #e7f6d3;
    line-height: 25px;
    padding-left: 70px;
}
.about_fl_more{
    margin-top: 20px;
    padding-left: 70px;
}
.about_fl_more a{
    display: block;
    width: 150px;
    line-height: 43px;
    border: 1px solid #aed345;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.about_fl_more a:after{
    content: '';
    display: block;
    width: 0;
    height: 43px;
    background-color: #5fb20d;
    border-radius: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: .5s;
}
.about_fl_more a:hover:after{
    width: 100%;
}
.about_fl_more a p{
    color: #fff;
    position: relative;
    z-index: 999;
}
.about_fr{
    float: right;
    width: 42%;
    padding-top: 85px;
    position: relative;
}
.about_fr:before{
    content: '';
    width: 1px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 26.5px;
    background-color: #fff;
}
.about_fr_con1{
    color: #e7f6d3;
    line-height: 25px;
    padding-left: 70px;
    margin-bottom: 30px;
}
.about_fr_con1 span{
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.about_fr_con2{
    margin-top: 30px;
    padding-left: 70px;
}
.about_fr_con2 li{
    float: left;
    width: 50px;
    margin-right: 25px;
    cursor: pointer;
}
.about_fr_con2 li:last-child{
    margin-right: 0;
}
.about_img{
    overflow: hidden;
}
.about_img img{
    display:block;
    max-width:100%;
    height:auto;
    margin:auto;
    transition: .5s;
}
.about_fr_con2 li:hover .about_img img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.about_txt{
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*关于我们*/
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    border-bottom: 1px solid #ddd;
    height: 58px;
}
.inner_nav .container1{
    position: relative;
}
.inner_wz{
    position: absolute;
    left: 0;
    top: 17px;
}
.inner_wz p{
    color: #333;
    background: url("../images/home.png") no-repeat left center;
    padding-left: 30px;
    line-height: 24px;
}
.inner_wz p a{
    color: #333;
}
.inner_wz p span{
    color: #5fb20d;
}
.inner_dh{

}
.inner_dh ul{
    display: flex;
    justify-content: center;
}
.inner_dh ul li{
    background: url("../images/li.jpg") no-repeat right center;
    line-height: 58px;
    padding: 0 25px;
}
.inner_dh ul li:last-child{
    background: none;
}
.inner_dh ul li a{
    display: block;
    color: #999;
    position: relative;
}
.inner_dh ul li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #5fb20d;
    position: absolute;
    bottom: 1px;
    transition: .4s;
}
.inner_dh ul li a:hover{
    color: #5fb20d;
    font-weight: bold;
}
.inner_dh ul li a:hover:after{
    width: 100%;
}
.inner_dh ul li .active{
    color: #5fb20d;
    font-weight: bold;
}
.inner_dh ul li .active:after{
    width: 100%;
}
.inner_about{
    margin: 45px 0;
    overflow: hidden;
}
.iabout_t{
    color: #333;
    line-height: 30px;
    font-size: 16px;
}
.iabout_b{
    margin-top: 50px;
}
.iabout_b li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.iabout_b li:nth-child(1){
    width: 30%;
}
.iabout_b li:nth-child(4){
    width: 20%;
}
.iabout_bs{
    display: block;
}
.iabout_img{
    float: left;
    width: 59px;
    height: 59px;
}
.iabout_img img{
    display:block;
    max-width:100%;
    height:auto;
    margin: auto;
    transition: .5s;
}
.iabout_bs:hover .iabout_img img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iabout_txt{
    margin-left: 80px;
}
.iabout_txt h3{
    font-size: 18px;
    color: #0a0909;
    line-height: 1;
}
.iabout_txt h3 span{
    font-size: 40px;
    color: #333;
}
.iabout_txt p{
    font-size: 16px;
    color: #777;
    margin-top: 5px;
}

/*联系我们*/
.bgcolor{
    background-color: #f1f2f6;
    overflow: hidden;
}
.inner_contact{
    margin: 25px 0 40px 0;
    overflow: hidden;
}
.inner_contact .container1{
    background-color: #fff;
    padding: 5px 5px 30px 5px;
    overflow: hidden;
}
.imap{
    margin-bottom: 30px;
    overflow: hidden;
}
.imap img{
    display:block;
    max-width:100%;
    height:auto;
    margin: auto;
}
.icontact{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 0 30px;
}
.icontact h3{
    font-size: 24px;
    color: #5fb20d;
    font-weight: bold;
    margin-bottom: 20px;
}
.icontact p{
    margin-bottom: 20px;
}
.icontact p:last-child{
    margin-bottom: 0;
}


/*留言反馈*/
.inner_feedback{
    margin: 30px 0 44px 0;
    overflow: hidden;
}
.lx1{
    margin-bottom: 20px;
    height: 53px;
}
.lx1s{
    width: 48%;
    position: relative;
}
.lx1s i{
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 12px;
}
.f1{
    background: url("../images/f1.png") no-repeat left center;
}
.f2{
    background: url("../images/f2.png") no-repeat left center;
}
.f3{
    background: url("../images/f3.png") no-repeat left center;
}
.f4{
    background: url("../images/f4.png") no-repeat left center;
}
.f5{
    background: url("../images/f5.png") no-repeat left center;
}
.lx1s label{
    display: inline-block;
    color: #575757;
    font-size: 16px;
    line-height: 53px;
    position: absolute;
    left: 70px;
}
.lx1s label b{
    color: #5fb20d;
}
.lx1s input{
    border: 1px solid #e4e4e4;
    height: 53px;
    line-height: 53px;
    width: 100%;
    padding-left: 160px;
    background-color: #fff;
}
.lx1s input:focus{
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.lx1s a{
    position: absolute;
    right: -150px;
    top: 0;
}
.lx1s a img{
    width: auto;
    height: 53px;
}
.lx2{
    margin-bottom: 20px;
    position: relative;
}
.lx2 i{
    display: inline-block;
    color: #999;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 11px;
}
.lx2 label{
    display: inline-block;
    color: #575757;
    font-size: 16px;
    line-height: 53px;
    position: absolute;
    left: 70px;
}
.lx2 label b{
    color: #5fb20d;
}
.lx2 textarea{
    border: 1px solid #e4e4e4;
    height: 346px;
    line-height: 25px;
    width: 100%;
    padding-left: 160px;
    padding-top: 14px;
    resize: none;
    background-color: #fff;
}
.lx2 textarea:focus{
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.lx3{
    margin-top: 44px;
    text-align: center;
}
.lx3 input{
    width: 312px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #5fb20d;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.lx4{
    margin-bottom: 20px;
    position: relative;
    height: 53px;
}
.lx4 .lx1s label{
    left: 30px;
}

/*我们的车间*/
.inner_workshop{
    margin: 15px 0 35px 0;
    overflow: hidden;
}
.iworkshop{
    margin-bottom: 26px;
    overflow: hidden;
    padding-top: 20px;
}
.iworkshop li{
    float: left;
    width: 25%;
    padding: 0 9px;
    margin-bottom: 18px;
}
.iworkshop li a{
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.iworkshop li a .pic:after{
    padding-bottom: 64.6%;
}
.iworkshop li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iworkshop .workshop_txt{
    margin-bottom: 0;
}


/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#efefef;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#333;
    background-color:#dfdfdf;
}
.pagination a.active {
    display: inline-block;
    color: #333;
    background-color: #dfdfdf;
}


/*荣誉资质*/
.inner_honor{
    overflow: hidden;
}
.ihonor{
    padding-top: 22px;
    margin-bottom: 30px;
    overflow: hidden;
}
.ihonor li{
    float: left;
    width: 25%;
    padding: 0 22px;
}
.ihonor li a{
    display: block;
}
.ihonor li a .pic{
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    border: 4px solid #fefcfc;
    background-color: #f4f5f7;
    padding: 15px;
}
.ihonor li a .pic:after{
    padding-bottom: 100%;
}
.ihonor li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honor_txt{
    padding: 20px 5px;
    text-align: center;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*新闻*/
.inner_news{
    margin: 20px 0 30px 0;
    overflow: hidden;
}
.inews{
    margin-bottom: 25px;
    overflow: hidden;
}
.inews li{
    margin-bottom: 18px;
    overflow: hidden;
}
.inews li a{
    display: block;
    background-color: #fff;
    padding: 13px;
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
}
.inews li a .pic{
    float: left;
    width: 260px;
    height: 169px;
    border-radius: 5px;
}
.inews li a .pic:after{
    padding-bottom: 65%;
}
.inews_txt{
    margin-left: 295px;
}
.inews_txt1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #777;
    margin: 15px 0 10px 0;
}
.inews_txt2 i{
    display: inline-block;
    color: #5fb20d;
    vertical-align: middle;
    margin-right: 10px;
}
.inews_txt3{
    font-size: 16px;
    color: #777;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}
.inews li a:hover{
    background-color: #5fb20d;
}
.inews li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews li a:hover .inews_txt1{
    color: #fff;
}
.inews li a:hover .inews_txt2{
    color: #fff;
}
.inews li a:hover .inews_txt2 i{
    color: #fff;
}
.inews li a:hover .inews_txt3{
    color: #fff;
}

/*新闻详情*/
.inner_newsshow{
    margin: 30px 0 50px 0;
    overflow: hidden;
}
.inner_newsshow .container1{
    background-color: #fff;
    padding: 25px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #50b20d;
    padding-bottom: 20px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #50b20d;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 15%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #50b20d url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*产品展示*/
.inner_pro{
    margin: 45px 0;
    overflow: hidden;
}
.ptb{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 22px;
    right: 0;
}
.ptb img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.pinfo{
    display: none;
    background-color: #fff;
    padding: 15px 25px;
    border: 1px solid #eee;
    position: absolute;
    top: 35px;
    width: 211px;
    left: 50%;
    margin-left: -105px;
    z-index: 99;
    border-radius: 5px;
}
.pinfo dl{

}
.pinfo dl dt a{
    display: block;
    font-size: 14px;
    color: #5fb20d;
    font-weight: bold;
    line-height: 25px;
}
.pinfo dl dt a i{
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle;
}
.pinfo dl dd a{
    display: block;
    color: #999;
    line-height: 25px;
}
.pinfo dl dd a i{
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    font-size: 12px;
}
.pinfo dl dd a:hover{
    color: #5fb20d;
}
.pinfo dl dd a:hover i{
    color: #5fb20d;
}
.ipro{
    overflow: hidden;
    margin-bottom: 10px;
}
.container2{
    width: 92%;
    margin: 0 auto;
}
.ipro li{
    float: left;
    width: 25%;
    padding: 0 17px;
    margin-bottom: 37px;
}
.ipro li a{
    display: block;
    padding: 10px 10px 0 10px;
    background-color: #fff;
    overflow: hidden;
}
.ipro li a .pic:after{
    padding-bottom: 100%;
}
.ipro li a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.03);
}
.ipro li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro li a:hover .pro_txt h3{
    color: #5fb20d;
}


/*产品详情*/
.inner_proshow{
    margin: 30px 0 50px 0;
    overflow: hidden;
}
.inner_proshow .container1{
    background-color: #fff;
    padding: 25px;
    overflow: hidden;
}






@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .banner-info{
        width:100%;
        left: 0;
        margin-left: 0;
        top: 15%;
    }
    .home-banner .swiper-container .swiper-pagination{
        display: block;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        display: none;
    }
    .banner-info{
        top: 35%
    }
    .banner-infos{
        right: 18%;
    }
    .jsh{
        font-size: 18px;
        margin: 10px 0 20px 0;
        line-height: 30px;
    }
    .clj a{
        width: 120px;
        line-height: 35px;
    }
    .footer1_fl li{
        width: 18%;
    }
    .footer1_fl li:nth-child(2){
        width: 50%;
        margin: 0 7%;
    }
    .workshop_con .swiper-button-prev1{
        left: 0;
    }
    .workshop_con .swiper-button-next1{
        right: 0;
    }
    .home-pro{
        margin: 35px auto 50px auto;
    }
    .pro_con .swiper-button-prev2{
        left: 0;
    }
    .pro_con .swiper-button-next2{
        right: 0;
    }
    .about_fl_con{
        height: 250px;
        overflow: hidden;
    }
    .about_title p{
        font-size: 20px;
    }
    .about_title h3{
        font-size: 22px;
    }
    .inner_wz{
        left: 15px;
    }
    .ptb{
        right: 15px;
    }
    .iabout_txt h3 span{
        font-size: 30px;
    }
    .iabout_txt{
        margin-left: 70px;
    }
    .ihonor li{
        padding: 0 15px;
    }
    .inner_newsshow{
        margin: 30px 15px 50px 15px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .ipro li{
        padding: 0 12px;
        margin-bottom: 24px;
    }
    .inner_proshow{
        margin: 30px 15px 50px 15px;
    }
    .inner_wz{
        position: inherit;
        left: inherit;
        top: inherit;
        float: left;
        padding-top: 17px;
    }
    .inner_dh{
        float: left;
        margin-left: 20px;
    }
    .inner_dh ul{
        display: inherit;
        justify-content: inherit;
    }
    .inner_dh ul li{
        float: left;
        padding: 0 15px;
    }
    .inner_proshow{
        margin: 30px 15px 50px 15px;
    }
}

@media(max-width:768px) {
    .banner-info{
        top: 23%;
    }
    .banner-infos{
        right: 10%;
    }
    .clj a:nth-child(1){
        margin-right: 20px;
    }
    .footer1_fl li{
        width: 20%;
    }
    .footer1_fl li:nth-child(2){
        width: 52%;
        margin: 0 3%;
    }
    .footer1_fr{
        width: 28%;
    }
    .pro_nav li{
        margin: 0 10px;
    }
    .pro_nav li a{
        width: 180px;
    }
    .home-about{
        min-height: auto;
        height: auto;
        overflow: hidden;
    }
    .about_fl{
        width: 50%;
        padding-top: 50px;
    }
    .about_fr{
        width: 47%;
        padding-top: 50px;
    }
    .about_title p{
        font-size: 18px;
    }
    .about_title h3{
        font-size: 20px;
    }
    .about_fl_con{
        height: 200px;
    }
    .about_fr_con1{
        margin-bottom: 20px;
    }
    .about_fr_con2 li{
        margin-right: 15px;
    }
    .about_txt{
        font-size: 15px;
    }
    .inner_nav{
        height: 72px;
    }
    .inner_wz{
        position: inherit;
        top: inherit;
    }
    .inner_dh ul li{
        line-height: 30px;
    }
    .ptb{
        top: 25px;
    }
    .iabout_b li{
        padding: 0 10px;
    }
    .iabout_txt h3 span{
        font-size: 24px;
    }
    .iworkshop .workshop_txt{
        padding: 15px 5px;
    }
    .ihonor li{
        padding: 0 10px;
    }
    .honor_txt{
        padding: 15px 5px;
    }
    .inews_txt{
        margin-left: 280px;
    }
    .inews_txt1{
        font-size: 18px;
    }
    .show_back_fr{
        width: 20%;
    }
    .ipro li{
        padding: 0 8px;
        margin-bottom: 16px;
    }
}

@media(max-width:600px) {
    .pcban{
        display: none !important;
    }
    .mban{
        display: block !important;
    }
    .banner-infos{
        right: 15px;
    }
    .banner-info{
        top: 23%;
    }
    .bt{
        font-size: 12px;
        display: none;
    }
    .jsh{
        font-size: 16px;
        line-height: 25px;
        margin: 5px 0 10px 0;
    }
    .clj a{
        display: block;
        font-size: 14px;
        width: 100px;
        line-height: 30px;
    }
    .clj a:nth-child(1){
        margin-right: 0;
        margin-bottom: 5px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1_fl{
        display: none;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fr h3{
        margin-bottom: 10px;
    }
    .footer1_fr img{
        margin: 20px auto 10px auto;
    }
    .home-workshop{
        margin: 30px auto 10px auto;
    }
    .index_title h3{
        font-size: 20px;
    }
    .workshop_txt{
        padding: 10px 5px;
        font-size: 14px;
    }
    .home-pro{
        margin: 30px auto;
    }
    .pro_nav{
        margin-top: 20px;
    }
    .pro_nav ul{
        display: inherit;
        justify-content: inherit;
    }
    .pro_nav li{
        margin: 0 0 20px 0;
    }
    .pro_nav li a{
        width: 100%;
        margin: 0 auto;
    }
    .home-about{
        padding-bottom: 30px;
    }
    .about_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        padding-top: 30px;
    }
    .about_fr{
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .about_fl:before{
        display: none;
    }
    .about_fr:before{
        display: none;
    }
    .inner_nav{
        height: auto;
    }
    .inner_wz{
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .inner_dh{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-left: 0;
    }
    .inner_dh ul li{
        float: none;
        width: 100%;
        padding: 0 ;
        margin-right: 0;
        background: none;
        text-align: center;
    }
    .ptb{
        position: inherit;
        top: inherit;
        right: inherit;
        margin: 10px 0;
    }
    .pinfo{
        left: 50%;
        margin-left: -105px;
        right: inherit;
        top: 25px;
    }
    .inner_about{
        margin: 30px 0 15px 0;
    }
    .iabout_t{
        font-size: 15px;
    }
    .iabout_b{
        margin-top: 20px;
    }
    .iabout_b li{
        width: 50%;
    }
    .iabout_b li:nth-child(1){
        width: 50%;
    }
    .iabout_b li:nth-child(4){
        width: 50%;
    }
    .iabout_img{
        width: 45px;
        height: 45px;
    }
    .iabout_txt{
        margin-left: 55px;
    }
    .iabout_txt p{
        font-size: 14px;
    }
    .iabout_txt h3 span{
        font-size: 20px;
    }
    .imap{
        margin-bottom: 20px;
    }
    .inner_contact{
        margin: 30px 0;
    }
    .icontact{
        padding: 0 15px;
        font-size: 15px;
    }
    .icontact h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .icontact p{
        margin-bottom: 0;
    }
    .inner_feedback{
        margin: 30px 0;
    }
    .lx1s.fl{
        float: none;
        margin-bottom: 10px;
    }
    .lx1s.fr{
        float: none;
    }
    .lx1{
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .lx1s{
        width: 100%;
    }
    .lx1s i{
        left: 15px;
        top: 8px;
    }
    .lx1 label{
        left: 50px;
        font-size: 15px;
        line-height: 45px;
    }
    .lx1s label{
        font-size: 14px;
        line-height: 45px;
    }
    .lx1s input{
        height: 45px;
        line-height: 45px;
        padding-left: 130px;
    }
    .lx1s a{
        right: 0;
    }
    .lx1s a img{
        height: 45px;
    }
    .lx2{
        margin-bottom: 10px;
    }
    .lx2 i{
        left: 15px;
        top: 8px;
    }
    .lx2 label{
        left: 50px;
        font-size: 14px;
        line-height: 45px;
    }
    .lx2 textarea{
        height: 150px;
        padding-left: 130px;
        padding-top: 8px;
    }
    .lx3{
        margin-top: 20px;
    }
    .lx3 input{
        width: 300px;
    }
    .lx4 .lx1s label{
        left: 15px;
    }
    .inner_workshop{
        margin: 10px 0 30px 0;
    }
    .iworkshop li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .iworkshop li a{
        box-shadow: 0 0 10px rgba(0,0,0,.15);
    }
    .iworkshop .workshop_txt{
        padding: 10px 5px;
    }
    .ihonor li{
        width: 50%;
        padding: 0 5px;
    }
    .honor_txt{
        padding: 10px 5px;
    }
    .ihonor{
        padding-top: 30px;
    }
    .inner_news{
        margin: 30px 0;
    }
    .inews{
        margin-bottom: 10px;
    }
    .inews li a{
        padding: 8px;
    }
    .inews li a .pic{
        width: 150px;
        height: 98px;
    }
    .inews_txt{
        margin-left: 165px;
    }
    .inews_txt1{
        font-size: 15px;
    }
    .inews_txt2{
        margin: 5px 0 2px 0;
    }
    .inews_txt3{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .inner_newsshow{
        margin: 30px 15px;
    }
    .inner_newsshow .container1{
        padding: 20px 15px;
    }
    .show_title{
        padding-bottom: 20px;
    }
    .show_title h3{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .show_content{
        padding: 20px 0;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .show_back_fr a{
        background: #50b20d url(../images/return.png) no-repeat 15px center;
        padding-right: 15px;
    }
    .inner_pro{
        margin: 30px 0;
    }
    .ipro{
        margin-bottom: 20px;
    }
    .ipro li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .pro_txt h3{
        font-size: 15px;
    }
    .inner_proshow{
        margin: 30px 15px;
    }
    .inner_proshow .container1{
        padding: 20px 15px;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .about_title p{
        font-size: 16px;
    }
    .about_title h3{
        font-size: 18px;
    }
    .about_fr_con2 li{
        margin-right: 6px;
    }
    .about_txt{
        font-size: 14px;
    }
    .iabout_b li{
        float: none;
        width: 100%;
    }
    .iabout_b li:nth-child(1){
        width: 100%;
    }
    .iabout_b li:nth-child(4){
        width: 100%;
    }
}














